简体版 English
تسجيل الدخول إنشاء حساب جديد

بنية بيانات بالانجليزي

يبدو
"بنية بيانات" أمثلة على
الترجمة إلى الإنجليزيةجوال إصدار
  • data structure
أمثلة
  • The partition refinement data structure allows each splitting step to be performed in time proportional to the number of transitions that participate in it.
    تسمح بنية بيانات تقسيم التقسيم بتنفيذ كل خطوة منقسمة في الوقت الذي يتناسب مع عدد التحولات التي تشارك فيه.
  • His research concerns the design, analysis, and implementation of algorithms and data structures, and he is particularly known for his research on finding shortest paths in road networks.
    تتعلق أبحاثه بتصميم وتحليل وتنفيذ الخوارزميات وبنية بيانات وهو معروف بشكل خاص لبحثه حول إيجاد أقصر الطرق في شبكات الطرق.
  • Typically, the critical section accesses a shared resource, such as a data structure, a peripheral device, or a network connection, that would not operate correctly in the context of multiple concurrent accesses.
    عادة ما يصل الجزء الحرج إلى مورد مشترك لبنية بيانات أو جهاز طرفية، أو اتصال شبكة، والتي لن تعمل بشكل صحيح في سياق العديد من عمليات الدخول المتزامنة.
  • Both of these algorithms explore the given graph, starting from an arbitrary vertex v, by looping through the neighbors of the vertices they discover and adding each unexplored neighbor to a data structure to be explored later.
    كل من هذه الخوارزميات حلل رسم البياني معين، بدءا من قمة رأس الرسم ، من خلال المرور في حلقات عبر النقط المجاورة من القمم يكتشفون وإضافة كل الجيران غير مستكشفة إلى بنية بيانات من يكتشفها في وقت لاحق.
  • Generally data structures are more difficult to change than algorithms, as a data structure assumption and its performance assumptions are used throughout the program, though this can be minimized by the use of abstract data types in function definitions, and keeping the concrete data structure definitions restricted to a few places.
    فتعد هيكلة البيانات بصفة عامة أكثر صعوبة في التغيير من الخوارزميات، كما تستخدم افتراضات هيكلة البيانات وافتراضات أدائها من خلال البرنامج، على الرغم من أنه يمكن تقليص ذلك باستخدام أنواع بيانات مجردة في تعريفات الدالة وحفظ تعريفات بنية بيانات محددة تقتصر على أدوار قليلة.